home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / xtalk.pqt / xtalk.pat
Text File  |  1984-11-03  |  4KB  |  130 lines

  1. XTALK2.PAT     18-Sep-84 1700
  2.  
  3.     Keywords: CROSSTALK XTALK SIGNON MESSAGE DEBUG DOS20 COMM PATCH
  4.     
  5.     This patch, using DEBUG and DOS 2.0, lets Crosstalk XVI version 3.4 bypass
  6.     the sign-on screen when XTALK is invoked, freeing you from the task of
  7.     waiting for it to appear so you can press a key and get to the meat of this
  8.     great program.
  9.     
  10.     
  11.  
  12.  
  13.     This patch to Crosstalk XVI version 3.4 bypasses the initial
  14.     sign-on screen.  It is from the Triangle IBM-PC User's Group
  15.     in Raleigh, NC.
  16.  
  17.     This procedure requires DOS 2.0's DEBUG utility, but will run
  18.     within version 1.1 if desired, when the patch is completed.
  19.     
  20.  
  21.     Take a COPY of your Crosstalk disk, not an original!  If at any
  22.     time the responses from DEBUG are not as shown below, perform a
  23.     boot and begin again, since you should clear memory as much as
  24.     possible.(? - SPG)
  25.  
  26.     On your disk, have DEBUG.COM and XTALK.EXE. Note that, in the
  27.     DEBUG sequence below, the "XXXX:" part of the address will 
  28.     probably show different numbers - we are concerned with the 2nd
  29.     section of the address with respect to the warning above.
  30.  
  31.     
  32.     PROCEDURE:
  33.  
  34.     A>REN XTALK.EXE XTALK.1      <- - your entry
  35.     
  36.     A>DEBUG XTALK.1             <- - your entry
  37.     -U 377 1 3             <- - your entry, at "-" prompt
  38.     XXXX:0377 E84807    CALL    0AC2    <- - DEBUG response
  39.     -E 377 90 90 90             <- - your entry
  40.     -U 377 1 3             <- - your entry, to check if ok
  41.     XXXX:0377 90    NOP                 <- - DEBUG response
  42.     XXXX:0378 90    NOP            <- - DEBUG response
  43.     XXXX:0379 90    NOP            <- - DEBUG response
  44.     (Note! If the above DEBUG responses are NOT the same as on
  45.     your system - except, of course, for the XXXX's, which are
  46.     replaced with numbers - QUIT DEBUG BY ENTERING "Q" AT THE
  47.     PROMPT!)
  48.     -W                 <- - your entry(write your changes)
  49.     Writing EC00 bytes            <- - DEBUG response
  50.     -Q                 <- - your entry(QUIT DEBUG)
  51.  
  52.     A>REN XTALK.1 XTALK.EXE         <- - your entry
  53.  
  54.  
  55.     You should now be able to run XTALK without the sign-on screen
  56.     appearing.
  57.  
  58.     This patch is credited to Tony A. Rhea, 03/08/84.
  59.  
  60.  
  61. This patch to Crosstalk XVI version 3.4 assures XMODEM compatibility 
  62. with CompuServe, by slowing down the wait time for blocks. 
  63.  
  64. 1. rename XTALK.EXE to XTALK.XT 
  65.  
  66. 2. ENTER DEBUG AND LOAD XTALK.XT, OR JUST "DEBUG XTALK.XT" 
  67.  
  68. 3. ENTER  "S01 F000 B9 14 0" AT THE "-" PROMPT 
  69.  
  70.    NOTE: THE B9 IS THE CHARACTER BEFORE THE TIMING FACTOR 
  71.          THAT WE WANT TO ALTER. 
  72.  
  73. 4. ENTER "D57A4" AT THE "-" PROMPT. THIS LAST VALUE IS WHERE 
  74.    OUR FACTOR IS LOCATED. 
  75.  
  76. 5. VIEW THE OUTPUT AS BELOW, AND THEN CHANGE THE FACTOR OF 
  77.    14 AT 57A5 TO C8, AS FOLLOWS: 
  78.                    
  79.    E57A5 <Return> 
  80.    xxxx:57a5  14.    < enter C8 here and press Return 
  81.  
  82. 6. Write the file back to disk, entering "W" 
  83.  
  84. 7. Quit[Q]. 
  85.  
  86. Output on screen is as follows: 
  87.  
  88. -s01 f000 b9 14 0    < input 
  89.  
  90. xxxx:0619         <DEBUG output 
  91. xxxx:0A4F         < 
  92. xxxx:43F1         < 
  93. xxxx:4404         < 
  94. xxxx:57A4         < end of DEBUG output 
  95. -d578                < input    
  96.  
  97. xxxx:57A4  B9 14 00 E8-A8 15 72 1C 75 11 E8 7C               <output  
  98. xxxx:57B0  01 E8 1F 18 E2 F1 4A 75-E6 BE 8C 42 E9 2D 02 3C  
  99. xxxx:57C0  01 74 12 E8 34 04 EB D7-E9 C9 01 80 3E 28 40 01 
  100. xxxx:57D0  75 03 E9 C7 00 E8 36 01-8A D8 E8 31 01 F6 D0 3A 
  101. xxxx:57E0  C3 74 06 E8 99 04 EB 70-90 FE C8 3A 06 7B 40 74   
  102. xxxx:57F0  06 E8 8B 04 EB 4F 90 C4-3E 33 40 B9 80 00 32 DB   
  103. xxxx:5800  E8 0B 01 02 D8 AA E2 F8-E8 03 01 3A C3 75 49 B9 
  104. xxxx:5810  80 00 BA 52 40 B4 28 CD-21 2E 80 3E 37 5E 01 75  
  105. xxxx:5820  09 2E C6 06                                   <end of output 
  106. -e57a5                              <input 
  107.  
  108. 651A:57A5  14.c8    <this is the timer value we want to change! 
  109.  
  110. -w 
  111.  
  112. Writing EC00 bytes 
  113. -q            <quit DEBUG 
  114.  
  115.  
  116. REN XTALK.XT XTALK.EXE 
  117.  
  118.  
  119. ... and that's all there is to it.  This patch doesn't do anything 
  120. at all to regular XMODEM timing from BBS's, etc.  It merely slows 
  121. down the rate of request and timeout.  Let me know of other ones, 
  122. ok? 
  123.  
  124.  
  125. Stephen P. Goodman    CompuServe 74405,1334 
  126. ESP Software
  127.  
  128. Microstuf's number is 404-998-7798. This is where the patch is from.
  129.  
  130.